d/rules: Update for removal of libreaddir-rand.so LD_PRELOAD module
authorSimon McVittie <smcv@debian.org>
Fri, 25 Nov 2022 10:38:14 +0000 (10:38 +0000)
committerSimon McVittie <smcv@debian.org>
Fri, 25 Nov 2022 10:54:05 +0000 (10:54 +0000)
debian/rules

index bb1bc35cbd6c9c1921c8510b56afccf2e781a67d..617b20e62dd38fa9243632b62824618eba83446d 100755 (executable)
@@ -73,16 +73,11 @@ override_dh_install:
        :
        dh_install
 
-override_dh_makeshlibs:
-       # this is an LD_PRELOAD, not a real shared library
-       dh_makeshlibs -Xinstalled-tests/ostree/libreaddir-rand.so
-
 override_dh_fixperms:
        dh_fixperms -Xusr/libexec/installed-tests
 ifneq ($(filter %-tests,$(binaries)),)
        # debhelper >= 13.4 makes all of /usr/libexec executable, which is not
        # quite right for installed-tests
-       chmod --changes u=rw,og=r debian/*-tests/usr/libexec/installed-tests/*/*.so
        chmod --recursive --changes a+rX,u+w,og-w debian/*-tests/usr/libexec/installed-tests
 endif